Micron Document
Fox's Git Mirrors

Node / rns-mirrors / Reticulum-Go.git / files / pkg / debug / constants.go

Displaying Raw • Download

pkg/debug/constants.go 61af5556362c8bdf7c09a1c01bc84f81629f281b (61af5556) Text, 279 B

// SPDX-License-Identifier: Apache-2.0
// Copyright (c) 2024-2026 Quad4.io

package debug

// Debug log levels (higher = more verbose).
const (
DebugCritical = 1
DebugError = 2
DebugInfo = 3
DebugVerbose = 4
DebugTrace = 5
DebugPackets = 6
DebugAll = 7
)

Served by rngit 1.5.2 - Generated in 0.04s